projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54633da
)
Don't look for -lresolv.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Apr 1994 22:22:28 +0000
(22:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Apr 1994 22:22:28 +0000
(22:22 +0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 40046c2e08da9bdc65f93017ba6bf3f2a6ab8b7d..07428a892c19374833df73ec83350a27103f0a59 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-1384,7
+1384,9
@@
LIBS="$libsrc_libs"
dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks,
dnl and also adds -ldnet to LIBS, which Autoconf uses for checks.
AC_HAVE_LIBRARY(-ldnet)
-AC_HAVE_LIBRARY(-lresolv)
+### This causes -lresolv to get used in subsequent tests,
+### which causes failures on some systems such as HPUX 9.
+### AC_HAVE_LIBRARY(-lresolv)
AC_HAVE_LIBRARY(-lXbsd, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd")